Previous 365 Days.

## [1] 49563656
## [1] 432010

US Covid-19 Cases by Day,Week,Month, Quarter and Year

US Covid-19 Cases by Year and Quarter

## # A tibble: 2 x 3
##   Year    Cases Deaths
##   <fct>   <dbl>  <dbl>
## 1 2021   88194.  1006.
## 2 2022  283395.  1755.

US Cases by Month

US Cases by Week and Date

Begin Analysis of US Covid-19 Deaths

COVID-19 Deaths by Year

## Warning: Removed 1 rows containing missing values (position_stack).

US Covid-19 Deaths by Quarter

## Warning: Removed 1 rows containing missing values (position_stack).

US Covid-19 Deaths by Month

US Covid-19 Deaths by Week

US Covid-19 Deaths by Day

Cases and Deaths Per 100,000

## Warning: Removed 1 rows containing non-finite values (stat_smooth).